From bb6d76369095c8899cd357963664aee37716d554 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 31 May 2006 04:38:16 +0000 Subject: [PATCH] fix the build --- gtk/gtkcolorbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 590e093dd5..8d39a374f5 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -241,7 +241,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass) _gtk_marshal_VOID__VOID, G_TYPE_NONE, 0); - g_type_class_add_private (gobject_class, sizeof (GtkColorButtonPrivat; + g_type_class_add_private (gobject_class, sizeof (GtkColorButtonPrivate)); } static void -- 2.30.2